github.com/gotd/td/telegram/internal/manager.Conn.log (field)
8 uses
github.com/gotd/td/telegram/internal/manager (current package)
conn.go#L59: log *zap.Logger // immutable
conn.go#L79: c.log.Info("SessionInit")
conn.go#L113: c.log.Debug("Invoke",
conn.go#L125: c.log.Debug("Connection dead", zap.Error(err))
conn.go#L191: c.log.Debug("Initializing")
conn.go#L226: c.log.Debug("Retrying connection initialization",
create.go#L75: conn.log = opts.Logger
create.go#L83: opts.Logger = conn.log.Named("mtproto")
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |